c# list of strings

69

c# string list -

List<string> mylist = new List<string>(new string[] { "element1", "element2", "element3" });

Comments

Submit
0 Comments